github.com/go-faster/jx.Decoder.streamOffset (field)
6 uses
github.com/go-faster/jx (current package)
dec.go#L88: streamOffset int // for reader, offset in stream to start of current buf contents
dec.go#L119: return d.streamOffset + d.head
dec_capture.go#L18: streamOffset = d.streamOffset
dec_capture.go#L23: d.streamOffset = streamOffset
dec_read.go#L117: d.streamOffset += d.tail
dec_read.go#L140: d.streamOffset += d.tail
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |